/* RESETTER */
 * {
    font-weight: normal;
    margin: 0;
    outline: 0 none transparent;
    padding: 0;
    -webkit-margin-start: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
}

header, nav, section, article, footer {
    display: block;
}
body {
    height: 100%;
    min-height: 560px;
    min-width: 768px;
    width: 100%;
    font-size: 13px;
    /*background: #fffff;*/
	overflow: auto;
}
html{
    /*height: 100%;
    min-height: 560px;
    min-width: 768px;
    width: 100%;*/
    font-size: 13px;
}
#s4-workspace {
	height: auto !important;
	width: auto !important;
}
#s4-bodyContainer {
	padding-bottom: 0px;
	height: 100%;
}
body > .wrapper,
#s4-workspace > div > div.wrapper{
	/*
	-webkit-box-shadow:0px 5px 30px #1c1c1c;
	-moz-box-shadow:0px 5px 30px #1c1c1c;
	box-shadow:0px 5px 30px #1c1c1c;
	*/
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 1;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #1F1F1F;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    /*padding-bottom: 220px;*/
    -moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}
footer{
	/*display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;*/
}
.bolder {
    font-weight: bold;
}

div.sitemaplinkgo a.bg-red.plus.sitemaplink {
color: white;
}
.ms-backgroundImage{
	background-image: none;
	background-color: #d9d9d9;
}

@media screen and (max-width: 991px) {
	body > .wrapper.subnav-opened, 
	#s4-workspace > div > div.wrapper.subnav-opened {
		overflow: visible;
	}
	body > .wrapper,
	#s4-workspace > div > div.wrapper {
		/*padding-bottom: 290px;/*commentare*/
}
}
@media screen and (min-width: 767px) and (max-width: 967px) {
	hgroup.block.d5.s20.t20 {
		background-color: white; 
	}
	
}
@media screen and (max-width: 766px) {

	hgroup.block.d5.s20.t20 {
		/*background-color: #dfdfdf ; */
		background-color: #ffffff ;/* white; */
	}
}
@media screen and (max-width: 767px) {
    html, body {
        min-height: 1px;
        min-width: 1px;
    }
    footer {
	    position: static;
    }
    body > .wrapper{
    	padding-bottom: 0px;
    }
	    
	body > .wrapper.subnav-opened, 
	#s4-workspace > div > div.wrapper.subnav-opened {
		/*overflow: visible;*/
	}
}
body {
    font-family: Arial, sans-serif;
}
body, body.safariFix > .block {
    background: #ffffff;
	/*
    background: #d9d9d9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d9d9d9 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d9d9d9 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 );
	*/
}
.safariFix .row {
    font-family:'safariFix', Arial, sans-serif;
}
strong, strong > * {
    font-weight: bold;
}
small {
    font-size: 0.8em;
    line-height: 1em;
}
ul, li {
    list-style: none;
}
nav > ul > li {
    list-style: none outside none;
}
dotted {
    list-style:circle outside;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
a, a:focus, a:active, a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
     text-decoration: none !important;
}
a > img, a img {
    border: none;
}
a:visited {
    color: inherit;
}
iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
button {
    border: 0 none;
}
.after-container {
    position: relative;
    z-index: 1000;
}
/* END RESETTER */

/* IMGCONTAINER */
 .imgContainer, .block > .imgContainer {
    line-height: 0;
}
.imgContainer > img, .imgContainer > a > img {
    width: 100%;
    border:0px;
}
.imgContainer.right > img, .imgContainer.center > img, .imgContainer.left > img {
    width: auto;
}
.imgContainer.right {
    float: right;
    margin: 0 1% 0 5%;
}
.imgContainer.center {
    text-align: center;
}
.imgContainer.left {
    float: left;
    margin: 0 1%;
}
.text-image .imgContainer.left {
    margin-right: 1em;
    margin-bottom: 1em;
}
.text-image .imgContainer.right {
    margin-left: 1em;
    margin-bottom: 1em;
}
.text-image .overflow {
    overflow: hidden;
}
/* END IMGCONTAINER */

/* LOADER */
 .loading :after, .loading :before {
    display: none;
}
.black.loading, .black.loading:after, .black.loading:before {
    background-color: transparent;
}
.black .loading {
    background-image: url("../../PublishingImages/loader-black.gif");
}
.ajaxLoading > *, .loading > * {
    visibility: hidden;
}
body.ajaxLoading > .wrapper, body.loading > .wrapper {
    background-image: url("../../PublishingImages/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    visibility: visible;
}
body.ajaxLoading > .wrapper > *, body.loading > .wrapper > * {
    visibility: hidden;
}
body.ajaxLoading > .wrapper #mainheader, body.loading > .wrapper #mainheader {
    visibility: visible;
}
/* END LOADER */

/* TEXT */
 sub {
    font-size: 0.5em;
    line-height: 0.7em;
    position: relative;
    top: -0.8em;
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
span.black, div.black {
    color: #000000;
}
.txt-20 {
    font-size: 1.33em;
}
.block h4, .block .txt-18 {
    font-size: 1.2em;
}
.block h2 {
    font-size: 2.6em;
    	font-weight: normal !important;
		font-family: Arial, sans-serif !important;
}
.block h6 {
    font-size: 1em;
}
.block h3, .txt-25 {
    font-size: 1.7em;
}
.txt-12 {
    font-size: 0.75em;
}
.txt-red {
    color: #680000;
}
.txt-grey-light {
    color: #666666;
}
.txt-grey-lighter {
    color: #989898;
}
.txt-grey {
    color: #494949;
}
.txt-grey-soft {
    color: #E5E5E5;
}
.txt-white {
    color: #FFFFFF;
}
ul > li {
    list-style-type: disc;
    margin-left: 1.2em;
}
/* END TEXT */

/* TEXT POSITION */
 .center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left !important;
}
/* END TEXT POSITION */

/* POSITION */
 .fright {
    float:right;
}
.fleft {
    float:left;
}
.clearfix:before, .clearfix:after {
    content:".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.padding-left {
    padding-left: 1em;
}
/* per spostare i blocchi su necessità */
 .box-left {
    text-align: left;
}
.box-center {
    text-align: center;
}
.box-right {
    text-align: right;
}
/* END POSITION*/

/* ARROW */
 .arrow-right-white:after {
    content:"";
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    height: 100%;
    position: absolute;
    width: 12px;
    top: 0;
}
.arrow-right-white:after {
    right: -1em;
}
.arrow-right-white:after {
    background: url("../../PublishingImages/menuwebsite.png") no-repeat scroll 0 center transparent;
}
.arrow-right-grey:after {
    content:"";
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    height: 100%;
    position: absolute;
    width: 12px;
    top: 0;
}
.arrow-right-grey:after {
    right: 1em;
}
.arrow-right-grey:after {
    background: url("../../PublishingImages/arrow-grey-right.png") no-repeat scroll 0 center transparent;
}
.arrow-right-grey2 {
    background-image: url("../../PublishingImages/arrow-grey-right.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 1.2em auto;
}
.arrow-down-grey {
    background-image: url("images/arrow-down-grey.png");
}
/* END ARROW */

/* COLORS */

/* .w-bg-img > img {
    position: absolute;
}
.w-bg-img {
    min-height: 400px;
}
.w-bg-img > .block {
    margin-top: 4em;
}*/
 .grey-gradient {
    background: rgb(191, 191, 191);
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #bfbfbf 98%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98%, #bfbfbf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #bfbfbf 98%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #bfbfbf 98%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #bfbfbf 98%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #bfbfbf 98%);
    /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfbfbf', GradientType=0);
    IE6-9 */
}
.darkgrey-gradient {
    background: #cecece;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #cecece 0%, #dadada 9%, #dadada 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cecece), color-stop(9%, #dadada), color-stop(100%, #dadada));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cecece 0%, #dadada 9%, #dadada 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cecece 0%, #dadada 9%, #dadada 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cecece 0%, #dadada 9%, #dadada 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cecece 0%, #dadada 9%, #dadada 100%);
    /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dadada', GradientType=0);
    IE6-8 */
}
.greymiddle-gradient {
    background: rgb(199, 199, 199);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(221, 221, 221, 1) 4%, rgba(247, 247, 247, 1) 15%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(199, 199, 199, 1)), color-stop(4%, rgba(221, 221, 221, 1)), color-stop(15%, rgba(247, 247, 247, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(221, 221, 221, 1) 4%, rgba(247, 247, 247, 1) 15%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(221, 221, 221, 1) 4%, rgba(247, 247, 247, 1) 15%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(221, 221, 221, 1) 4%, rgba(247, 247, 247, 1) 15%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(199, 199, 199, 1) 0%, rgba(221, 221, 221, 1) 4%, rgba(247, 247, 247, 1) 15%);
    /* W3C */
    /*
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#f7f7f7',GradientType=0 ); 
     */
    /* IE6-8 */
}
.inversegradient-grey {
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(35%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(242, 242, 242, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(242, 242, 242, 1) 100%);
    /* W3C */
    /*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); 
    */
    /* IE6-8 */
}
.bg-white {
    background-color: #ffffff;
}
.bg-grey {
    background-color: #dddddd;
}
.bg-grey-dark {
    background-color: #494949;
}
.bg-black {
    background-color: #000000;
}
.bg-darkgrey {
    background-color: #303030;
}
.bg-red {
    background-color: #690000;
}
.inset-shadow:after {
    /*box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow:inset 0 0 20px 3px rgba(0, 0, 0, 0.15);*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.21) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(14%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.21)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.21) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.21) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.21) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.21) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#36ffffff', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */
    content:"";
    display: block;
    height: 100%;
    left: -10%;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 2;
}
.no-cssgradients .inset-shadow {
    background-image: url("images/bg-shadow.png");
    background-position: contain;
}
.no-cssgradients .left-shadow {
    background-image: url("images/bg-left-shadow.png");
    background-position: contain;
}
.no-cssgradients .iesearchcssicon {
    background-image: url("images/lent.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.no-cssgradients #searchcssicon {
    border:0px;
}
.no-cssgradients .box-history.right .date:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #2B2B2B;
    border-width: 10px;
    margin-top: -10px;
    right:-20px;
}
.no-cssgradients .box-history.left .date:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #2B2B2B;
    border-width: 10px;
    margin-top: -10px;
    left:-20px;
}
.no-cssgradients .ics {
    background-image: url("images/ics.png");
    background-repeat: no-repeat;
    background-position: center center;
    content:" ";
}
.no-cssgradients .ics:after, .no-cssgradients .ics:before {
    background-color: #FFFFFF !important;
    content:"";
    display: none;
    visibility: hidden;
    bottom: -3px;
}
.no-cssgradients .third-level-menu ul li a.selected {
    z-index: 9999;
}
.no-cssgradients .third-level-menu ul li a.selected:after {
    top: 35px;
    left: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #690000;
    border-width: 15px;
    margin-left: -15px;
    margin-top:18px;
    z-index: 9999;
}

.no-cssgradients .mobile-hidden .d7 .searchfield{
	border: 1px solid #eeeeee !important;
	margin: 0.5em 0;
	height: 20px;
	margin-top:17px;
	display:inline;
}
.no-cssgradients .mobile-hidden .d1 .iesearchcssicon{
	width: 25px !important;
	height: 45px !important;
	padding: 10px;
}

.no-cssgradients .mobile-hidden .d1 .searchlabel {
	width: 15px !important;
	height: 40px !important;
}
.no-cssgradients .mobile-hidden .d1 #searchcssicon {
	margin: 2px 8px;
}

/*.no-cssgradients #main-menu .menuselected {
    background-image: url('/PublishingImages/menubkIE.png');
}*/
.no-cssgradients .menuserv > li a{
	line-height:1.7em;
}

.inset-shadow .block {
    z-index: 5;
}
.left-shadow:after {
    /*box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);*/
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5em;
    /*z-index: 56;*/
    background: -moz-linear-gradient(left, rgba(192, 192, 192, 1) 0%, rgba(221, 221, 221, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192, 192, 192, 1)), color-stop(100%, rgba(221, 221, 221, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(192, 192, 192, 1) 0%, rgba(221, 221, 221, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(192, 192, 192, 1) 0%, rgba(221, 221, 221, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(192, 192, 192, 1) 0%, rgba(221, 221, 221, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(192, 192, 192, 1) 0%, rgba(221, 221, 221, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#00dddddd', GradientType=1);
    /* IE6-9 */
}
.block .gradient-grey-horizontal {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=1);
    /* IE6-9 */
}
/* END COLORS */

/* BORDER */
 .border-right {
    border-right: 1px solid #BFBFBF;
}
.border-bottom {
    border-bottom: 1px solid #BFBFBF;
}
.border-grey {
    border: 1px solid #BFBFBF;
}
.border-grey.bg-white {
    padding: 0 1em;
}
/* END BORDER */

/* TABLE */
 table {
    width: 100%;
    margin-bottom: 1em;
}
td {
    font-size: 1em;
    padding: 1.5em 1em;
}
table.dotted td {
    border-top: 2px dotted #CFCFCF;
}
table.dotted tr:first-child td {
    border-top: 0 none;
}
/* END TABLE */

/* BUTTON */

 .btn.btn-red {
    background-color: #690000;
    box-shadow: 0 5px 5px #EC9797 inset;
    color: #FFFFFF;
}
.btn.btn-grey {
    background-color: #777777;
    box-shadow: 0 5px 5px #FFFFFF inset;
    color: #FFFFFF;
}

.no-cssgradients  .btn.btn-red {
    background-color: #690000 !important;
    color: #FFFFFF;
}
.no-cssgradients  .btn.btn-grey {
    background-color: #777777  !important;
    color: #FFFFFF;
}
.no-cssgradients .slideItem figcaption .title{
	background-color: #000000 !important;}
.no-cssgradients .slideItem figcaption .description{
	background-color: #690000 !important;
}


/*
 .btn.btn-red {
    color: #FFFFFF;
	background: #c30013;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMDAxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2JhMDAxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhmMDAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY0MDAwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDAwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c30013 0%, #ba0012 12%, #8f000c 50%, #640008 50%, #640008 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c30013), color-stop(12%,#ba0012), color-stop(50%,#8f000c), color-stop(50%,#640008), color-stop(100%,#640008));
	background: -webkit-linear-gradient(top,  #c30013 0%,#ba0012 12%,#8f000c 50%,#640008 50%,#640008 100%);
	background: -o-linear-gradient(top,  #c30013 0%,#ba0012 12%,#8f000c 50%,#640008 50%,#640008 100%);
	background: -ms-linear-gradient(top,  #c30013 0%,#ba0012 12%,#8f000c 50%,#640008 50%,#640008 100%);
	background: linear-gradient(to bottom,  #c30013 0%,#ba0012 12%,#8f000c 50%,#640008 50%,#640008 100%);
	
}
.btn.btn-grey {

    background: #9d9d9d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkOWQ5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iIzk4OTg5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDY0NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9d9d9d 0%, #989898 11%, #7e7e7e 50%, #646464 50%, #646464 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(11%,#989898), color-stop(50%,#7e7e7e), color-stop(50%,#646464), color-stop(100%,#646464));
	background: -webkit-linear-gradient(top,  #9d9d9d 0%,#989898 11%,#7e7e7e 50%,#646464 50%,#646464 100%);
	background: -o-linear-gradient(top,  #9d9d9d 0%,#989898 11%,#7e7e7e 50%,#646464 50%,#646464 100%);
	background: -ms-linear-gradient(top,  #9d9d9d 0%,#989898 11%,#7e7e7e 50%,#646464 50%,#646464 100%);
	background: linear-gradient(to bottom,  #9d9d9d 0%,#989898 11%,#7e7e7e 50%,#646464 50%,#646464 100%);
	
}
*/
.btn {
    border-radius: 7px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    height: 3em;
    line-height: 3.2em;
    min-width: 13em;
    padding: 0 0.6em;
    text-align: center;
    text-decoration: none !important;
}

/* END BUTTON */

/* BACKGROUND */
 .bg-icon-right {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 50px;
    text-align: left;
}
.bg-icon-left {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    text-align: left;
}
.bg-icon-center {
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 50px;
}
.bg-icon-arrow-up-white {
    background-image: url("images/icon-arrow-up-white.png");
}
.bg-icon-paper {
    background-image: url("images/icon-paper.jpg");
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
/* END BACKGROUND */

/* SHAPES */
 .ics:before {
    right: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.ics:after, .ics:before {
    background-color: #BFBFBF;
    bottom: 7px;
    content:"";
    display: block;
    height: 3px;
    position: absolute;
    width: 18px;
}
.ics:after {
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ics {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 18px;
    position: relative;
    width: 25px;
}
/* END SHAPES */
 .margin-strong {
    margin-top:2.2em !important;
    margin-bottom:2.2em !important;
    min-height: 160px;
}
.list-disc {
    list-style-type: disc;
    margin-left: 1.2em;
}
.border-white-right {
    border-right: 1px solid #FFFFFF;
    box-shadow: inset -1px 0px 0px 0px rgba(137, 137, 137, 0.6);
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(137, 137, 137, 0.6);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(137, 137, 137, 0.6);
    padding: 0.2em 0;
}
.section-title-row > span {
    line-height: 2.5em;
}
.interline-light, .interline-light .block, .interline-light p, .interline-light ul, .interline-light span {
    line-height: 1.4em;
}
.box-2 {
    padding-bottom: 2em;
    margin-bottom: 1em;
    padding-left: 2em;
    margin-top: 1em;
}
/*.arrow_little_left:after {
    margin-left: 48.8% !important;
}*/
 .min-h-150 {
    min-height: 150px;
}
.min-h-200 {
    min-height: 200px;
}
.min-h-220 {
    min-height: 220px;
}
.min-h-250 {
    min-height: 250px;
}
.padding-orizontal-2 {
    padding-left:2em;
    padding-right:2em;
}
.padding-vertical-2 {
    padding-top:2em;
    padding-bottom:2em;
    padding-bottom: 30px;
    display: inline-block;
    padding-top: 30px;
}
.padding-vertical-1 {
    padding-top:1rem;
    padding-bottom:1rem;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
}
.margin-top-10 {
    margin-top: 10%;
}
.width-80 {
    width: 80%;
}
.margin-top-5 {
    margin-bottom: 5%;
}
.padding-left-2 {
    padding-left: 2rem;
    padding-left: 30px !important;
}
.padding-right-2 {
    padding-right: 2rem;
    padding-right: 30px !important;
}
.padding-top-2 {
    padding-top: 2rem !important;
    padding-top: 30px !important;
}
.padding-top-1 {
    padding-top: 1rem !important;
    padding-top: 15px !important;
}
.padding-bottom-2 {
    padding-bottom: 2rem !important;
    padding-bottom: 30px !important;
}
.padding-bottom-1 {
    padding-bottom: 1rem !important;
    padding-bottom: 15px !important;
}

/* LANDING PAGE */
body > .wrapper.landing, 
#s4-workspace > div > div.wrapper.landing {
	/*padding-bottom: 120px;*/
}
.landing .bg-grey {
	background-color: #f5f5f5;
}
.landing .page-header {
	background-image: url("../../PublishingImages/landing/header-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 134px;
	border-bottom: 3px solid #c3231e;
}
.landing .page-header hgroup {
	padding-top: 2em;
}
.landing .page-header hgroup img {
	width: 100%;
}
.landing .row-continent {
	pointer-events: none;
}
.landing .row-market {
	padding: 6px 12px;
	box-sizing: border-box;
}
.landing .row-continent > *, .landing  .row-countries > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3em;
}
.landing .row-continent img, .landing .row-countries img {
	margin-right: 1em;
}
.landing .row-countries {
	line-height: 4.5em;	
}

.landing .row-countries a:hover {
	color: #bf221d;
}
.landing .row-countries small {
	display: block;
	font-size: 0.9em;
	padding-left: 40px;
	padding-top: 3px;
	position: absolute;
}
.landing .page-footer {
	border-top: 1px solid #e0e0e0;
	position: absolute;
	bottom: 18px;
}
.landing .page-footer p {
	padding: 18px 0;
	font-size: 0.9em;
}
.landing .page-footer figure {
	display: inline-block;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 	
	.landing .page-header {
		height: 100px;
	}
	.landing .page-header hgroup{
		padding-top:0.5em;
	}
}
@media screen and (max-width: 767px) {	
	body > .wrapper.landing, #s4-workspace > div > div.wrapper.landing {
		padding-bottom: 20px;
	}
	.landing .row-continent {
  		pointer-events: auto;
	}
	/*.landing .row-countries {
		display: none;
		position: relative;
	}*/
	.landing .row-market .txt-18 {
		font-size: 1em;
	}
	.landing .row-continent img, .landing .row-countries img {
		margin-right: 0.8em;
	}
	.landing .row-countries {
		overflow: hidden;
		position: relative;
		transition: all 1s ease 0s;
		max-height: 0;
	}
	.landing .open + .row-countries {
		max-height: 400px;
	}
	.landing .row-continent:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #690000;
		content: "";
		height: 0;
		margin-top: -10px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 0;
	}
	.landing .row-continent.open:after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #690000;
		margin-top: -5px;
		margin-right: -5px;
	}
	.landing .page-footer {
		bottom: auto;
		position: static;
		margin-top: 20px;
	}
	.landing .page-footer p {
		font-size: 0.6em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.landing .row-continent img {
		max-width: 3em;
	}
	.landing .row-market .txt-18 {
		font-size: 0.8em;
	}
	.landing .row-continent img {
		margin-right: 0.5em;
		max-width: 2.4em;
	}
	.landing .row-countries {
		line-height: 2.8em;
	}
}

/* */
/* ------------------ RESPONSIVE  -------------------------------- */

/* --------------------------------------------------------------- */

/* TABLET */
 @media (min-width: 768px) and (max-width: 979px) {
    html, body {
        font-size: 15px;
    }
    body .wrapper.subnav-opened {
    overflow: visible;
   	}
    /* BORDER */
    .border-white-right {
        border-width: 0px;
        padding:0px;
    }
    .border-right {
        border-right: 0 none;
    }
    /* END BORDER */
    /* TEXT POSITION */
    .m-center {
        text-align: center;
    }
    .m-right {
        text-align: right;
    }
    .m-left {
        text-align: left;
    }
    /* END TEXT POSITION */
   #s4-bodyContainer {
		height: 100%;
	}
}
/* SMARTPHONE */
 @media screen and (max-width: 767px) {
    html, body {
        font-size: 15px;
    }
    body .wrapper.subnav-opened {
    overflow: visible;
   	}
   	.interline-light {
        line-height: 1.4em;
        display: inline-block;
        padding: 1em;
        padding-bottom:2em;
    }
    .border-right {
        border-right: 0 none;
    }
    .border-white-right {
        border-width: 0px;
        padding:0px;
    }
    /* Immagine di background del titolo sparisce
    div.center.inset-shadow {
        background: none !important;
    } */
    .text-content > * {
        padding: 0 5px;
    }
    .margin-strong {
        min-height: 0;
    }
    .linemenumobile .txt-white {
    	color: white !important;
    }
    .linemenumobile .txt-grey-soft {
    	color: #E5E5E5 !important;    	
    }
    .linemenumobile.txt-grey-lighter{
    	color: #989898 !important;
    }}
	
/*Paragrf*/
.MsoNormalP
{
	margin: 0in 0in 0pt !important;
    text-align: left;
	line-height: 1.6;
}

.MsoNormalUL
{
	margin: 0in 0in 0pt 0.2in !important;
	    text-align: left;
	line-height: 1.6;
}

.image-left {
	padding-left: 32px;
}

.image-right {
	padding-right: 32px;
}

@media screen and (max-width: 600px) {
	.tps-content-wrapper .EditorialSection .image-left {
		padding: 0;
	}
	.tps-content-wrapper .EditorialSection .image-right {
		padding: 0;
	}
}

/*@media screen and (max-width: 900px) {
	.tps-footer .brands-wrapper ul {
		width: 100%;
	}
}

.tps-footer .brands-wrapper ul {
    width: 70%;
}*/